Skip to content

Conversation

@ElderMatt
Copy link
Contributor

@ElderMatt ElderMatt commented Nov 10, 2025

📌 Summary

Fix an issue where installer is restarted and Helm gets stuck in an error.
Error: UPGRADE FAILED: another operation (install/upgrade/rollback) is in progress

Copy link
Contributor

@CasLubbers CasLubbers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works like a charm. Deleted the operator multiple times and install continues

Copy link
Contributor

@j-zimnowoda j-zimnowoda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix types

this.d.error(`Installation attempt ${attemptNumber} failed:`, errorMessage)
await this.updateInstallationStatus('failed', attemptNumber, errorMessage)
this.d.warn(`Installation attempt ${attemptNumber} failed, retrying in 1 second...`, getErrorMessage(error))
await deletePendingHelmReleases()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given recent changes about initial install, it seems that this cantons would be called at: https://github.com/linode/apl-core/blob/APL-1150/src/cmd/install.ts#L124

@CasLubbers @merll could you confirm ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants